Sales APIs
Description
A price offer issued to the customer in response to a quote request, or created directly. If accepted, it converts to a sales order.
Tags and resources
Item
Line items on a sales quote, each representing a product or service offered to the customer.
Notification
Notifications on a sales quote (e.g., status changes, expiry alerts, approvals).
sales/quotes
Creates a new sales quote
sales/quotes
List of sales quotes
sales/quotes/{salesQuoteId}
Sales quote details for the provided identifier
sales/quotes/{salesQuoteId}/api-operations/{apiOperationId}/instances
28 operation(s) for sales/quotes/{salesQuoteId}
sales/quotes/{salesQuoteId}
Deletes a sales quote
sales/quotes/{salesQuoteId}
Update information for provided sales quote
sales/quotes/{salesQuoteId}/applicable-accessories?productId={productId}&itemId={itemId}
List of applicable accessories for all items of the sales quote. If the sales quote is in a status where items cannot be added, this API will return an empty list. Note that if product is specified, applicable accessories for that specific product will show even if the product does not exist in any of the items.
sales/quotes/{salesQuoteId}/applicable-replacements?productId={productId}&itemId={itemId}
List of applicable replacements for all items of the sales quote. If the sales quote is in a status where items cannot be added, this API will return an empty list. Note that if product is specified, applicable replacements for that specific product will show even if the product does not exist in any of the items.
sales/quotes/{salesQuoteId}/forward-destinations?objectType={objectType}
List of possible targets to forward sales quotes to
sales/quotes/key-figures?groupBy={groupBy}
Key figures for sales quotes.